home *** CD-ROM | disk | FTP | other *** search
/ The PC-SIG Library 10 / The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso / PC_SIGCD / 02 / 3 / DISK0236.ZIP / COPYPRTR.BAT < prev    next >
DOS Batch File  |  1984-09-08  |  1KB  |  25 lines

  1. ECHO OFF
  2. ECHO       . . . . . . . . . . . . . . . . . . . . . . . . . . . .
  3. ECHO       NOTE THE DISK OF PRINTER TABLES   must   BE IN DRIVE A:
  4. ECHO       ----------------------------------^^^^-----------------
  5. ECHO  You should have specified one parameter after typing COPYPRTR.
  6. ECHO     So your command should have looked like:  COPYPRTR B:
  7. ECHO        Where B: is the drive designator AND path where you want the
  8. ECHO        printer tables to be copied.  For example, if you have
  9. ECHO        your VOLKSWRITER files in a directory on hard disk called
  10. ECHO        VXFILES you should have typed  COPYPRTR C:\VXFILES.  If
  11. ECHO        you are copying to a diskette without directories on drive B:
  12. ECHO        you should have typed  COPYPRTR B:     .
  13. ECHO     If you wish to change what you did, hit Ctrl-Break  then answer
  14. ECHO     the question  Y, otherwise. . . .
  15. PAUSE
  16. ECHO ON
  17. COPY A:VXPRINTP.TBL %1
  18. COPY A:VXPRINTQ.TBL %1
  19. COPY A:VXPRINTR.TBL %1
  20. COPY A:VXPRINTS.TBL %1
  21. COPY A:VXPRINTT.TBL %1
  22. COPY A:VXPRINTU.TBL %1
  23. COPY A:VXPRINTV.TBL %1
  24.